Euclidean distance

Terms from Artificial Intelligence: humans at the heart of algorithms

Page numbers are for draft copy at present; they will be replaced with correct numbers when final book is formatted. Chapter numbers are correct and will not change now.

Euclidean distance is the straight-line 'as the crows flies' distance between two points. In two dimensions it can be calculated uisng Pythagoras theorem and the equivalent for higher dimensions. Alternative distance measures include the Manhatten block distance, which is the sum of the x and y distances.

Used on Chap. 4: page 74

Also known as straight-line distance